.not-select {
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  -ms-overflow-style: none;
  /*IE10*/
  -khtml-user-select: none;
  /*早期浏览器*/
  user-select: none;
}
.in-title {
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  -ms-overflow-style: none;
  /*IE10*/
  -khtml-user-select: none;
  /*早期浏览器*/
  user-select: none;
}
.in-banner {
  height: 5.55rem;
  margin-top: 0.9rem;
  position: relative;
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  -ms-overflow-style: none;
  /*IE10*/
  -khtml-user-select: none;
  /*早期浏览器*/
  user-select: none;
}
.in-banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.in-banner.website-banner .u-text {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
}
.in-banner.website-banner .u-text h3 {
  font-size: 0.48rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 0.6rem;
  text-transform: Uppercase;
  margin-top: 1.4rem;
}
.in-banner.website-banner .u-text p {
  width: 6.3rem;
  font-size: 0.16rem;
  font-weight: 300;
  color: #ffffff;
  line-height: 0.3rem;
  margin-top: 0.4rem;
}
.in-banner.website-banner .ipt-wrop {
  width: 5.8rem;
  height: 0.54rem;
  display: flex;
  margin-top: 0.74rem;
}
.in-banner.website-banner .ipt-wrop input {
  width: 4rem;
  height: 100%;
  border: 0;
  padding: 0 0.17rem;
}
.in-banner.website-banner .ipt-wrop button {
  width: 1.8rem;
  height: 54px;
  background: #108cee;
  border: 0;
  font-size: 0.18rem;
  color: #ffffff;
  height: 100%;
  cursor: pointer;
}
.case-list {
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  -ms-overflow-style: none;
  /*IE10*/
  -khtml-user-select: none;
  /*早期浏览器*/
  user-select: none;
  height: 1.47rem;
  position: relative;
}
.case-list ul {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  background-color: #fff;
  box-shadow: 0px 5px 9px 1px rgba(222, 228, 235, 0.3);
  bottom: 0.91rem;
  width: 12.66rem;
  height: 1.1rem;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0 0.17rem 0;
}
.case-list ul li {
  width: calc(100% / 4);
  position: relative;
  border-right: 1px solid #e2e2e2;
  height: 100%;
}
.case-list ul li:last-child {
  border-right: 0;
}
.case-list ul li .item {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.case-list ul li .data {
  flex-wrap: wrap;
  font-size: 0.36rem;
  color: #333;
  vertical-align: text-top;
}
.case-list ul li .unit {
  font-size: 0.16rem;
  display: inline-block;
  height: 100%;
  padding-left: 0.18rem;
  vertical-align: text-top;
}
.case-list ul li p {
  font-size: 0.16rem;
  color: #666666;
  padding-top: 0.18rem;
}
.website-box {
  padding-bottom: 0.81rem;
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  -ms-overflow-style: none;
  /*IE10*/
  -khtml-user-select: none;
  /*早期浏览器*/
  user-select: none;
}
.website-box .website-list {
  width: 12.66rem;
  padding-top: 0.7rem;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.website-box .website-list .item {
  width: 6.17rem;
  min-height: 4rem;
  box-shadow: 0px 0.05rem 0.09rem 0.01rem rgba(222, 228, 235, 0.3);
}
.website-box .website-list .item .item-header {
  width: 6.18rem;
  border-radius: 3px 3px 0px 0px;
  padding: 0.12rem 0.25rem 0.16rem 0.25rem;
  position: relative;
}
.website-box .website-list .item .item-header h3 {
  width: 80%;
  font-size: 0.2rem;
  font-weight: bold;
  color: #ffffff;
}
.website-box .website-list .item .item-header p {
  width: 80%;
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.8);
  padding-top: 0.12rem;
  overflow-x: auto;
  -ms-overflow-style: none;
  /* IE 10+ */
  scrollbar-width: none;
  /* Firefox */
}
.website-box .website-list .item .item-header p::-webkit-scrollbar {
  /* Chrome Safari */
  display: none;
}
.website-box .website-list .item .item-header .right-icon {
  position: absolute;
  top: 0.14rem;
  right: -0.03rem;
  width: 0.98rem;
  height: 0.26rem;
  text-align: center;
  font-size: 0.16rem;
  color: #ffffff;
}
.website-box .website-list .item .item-header .right-icon-01 {
  background: url("../images//websiteBuilding/website_icon_01.png");
  background-size: 100% 100%;
}
.website-box .website-list .item .item-header .right-icon-02 {
  background: url("../images//websiteBuilding/website_icon_02.png");
  background-size: 100% 100%;
}
.website-box .website-list .item .item-header-left {
  background: url("../images/websiteBuilding/website_01.png");
  background-size: 100% 100%;
}
.website-box .website-list .item .item-header-right {
  background: url("../images/websiteBuilding/website_02.png");
  background-size: 100% 100%;
}
.website-box .website-list .item .item-content {
  position: relative;
  width: 100%;
  padding: 0.29rem 0.25rem 0.25rem 0.33rem;
  overflow: hidden;
}
.website-box .website-list .item .item-content .img-right {
  position: absolute;
  width: 103%;
  height: 100%;
  left: -0.09rem;
  z-index: -1;
}
.website-box .website-list .item .item-content .img-right img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.website-box .website-list .item .item-content .content-title {
  font-size: 0.16rem;
  font-weight: bold;
  color: #333333;
}
.website-box .website-list .item .item-content .content-item-top {
  display: flex;
  align-items: center;
  padding-top: 0.3rem;
}
.website-box .website-list .item .item-content .content-item-top .content-item-icon {
  margin-right: 0.11rem;
  width: 0.17rem;
  height: 0.17rem;
  border-radius: 50%;
  overflow: hidden;
}
.website-box .website-list .item .item-content .content-item-top .content-item-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.website-box .website-list .item .item-content .content-item-top p {
  font-size: 0.16rem;
}
.website-box .website-list .item .item-content .content-item-bottom {
  padding-top: 0.12rem;
  font-size: 0.14rem;
  color: #666666;
  padding-left: 0.28rem;
}
.website-box .understand {
  text-align: center;
  padding-top: 0.53rem;
}
.website-box .understand a {
  display: inline-block;
  width: 1.84rem;
  height: 0.42rem;
  border: 1px solid #0774e5;
  border-radius: 0.08rem;
  line-height: 0.38rem;
  font-size: 0.18rem;
  color: #0774e5;
}
.website-box .understand a:hover {
  background-color: #0774e5;
  color: #fff;
  transition: all 0.5s;
}
.station-construction {
  background-color: #f8f9fb;
  padding: 0.71rem 0 0.9rem 0;
}
.station-construction .area {
  width: 12.66rem;
}
.station-construction .station-top {
  width: 100%;
  height: 0.67rem;
  display: flex;
  margin-top: 0.7rem;
  border-radius: 0.03rem;
  overflow: hidden;
}
.station-construction .station-top .station-top-left {
  width: 50%;
  background: #0774e5;
  border-radius: 0.03rem 0 0 0;
  height: 100%;
  font-size: 0.2rem;
  font-weight: bold;
  color: #fefefe;
  line-height: 0.67rem;
  padding-left: 0.25rem;
}
.station-construction .station-top .station-top-right {
  width: 50%;
  background: #ececec;
  height: 100%;
  position: relative;
  min-height: 0.67rem;
  font-size: 0.2rem;
  font-weight: bold;
  color: #333333;
  line-height: 0.67rem;
  padding-left: 1.41rem;
}
.station-construction .station-top .station-top-right::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 0.335rem solid transparent;
  border-right: 0.4rem solid #ececec;
  border-bottom: 0.335rem solid transparent;
  position: absolute;
  left: -0.39rem;
}
.station-construction .station-item {
  height: 0.5rem;
  display: flex;
  width: 100%;
  margin: 0.02rem 0;
  border-radius: 0.03rem;
  overflow: hidden;
}
.station-construction .station-item .station-item-left {
  width: 5.34rem;
  height: 0.5rem;
  background: #0774e5;
  position: relative;
  padding-left: 0.25rem;
  font-size: 0.14rem;
  color: #ffffff;
  line-height: 0.5rem;
}
.station-construction .station-item .station-item-left::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 0.25rem solid transparent;
  border-left: 0.3rem solid #0774e5;
  border-bottom: 0.25rem solid transparent;
  position: absolute;
  right: -0.29rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.station-construction .station-item .station-item-center {
  width: 1.99rem;
  height: 100%;
  background: #c7d4ff;
  text-align: center;
  line-height: 0.5rem;
  padding: 0 0.3rem;
  font-size: 0.16rem;
  font-weight: bold;
  color: #333333;
}
.station-construction .station-item .station-item-right {
  width: 5.34rem;
  height: 0.5rem;
  background: #ececec;
  position: relative;
  padding-left: 0.44rem;
  font-size: 0.14rem;
  color: #666;
  line-height: 0.5rem;
}
.station-construction .station-item .station-item-right::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 0.25rem solid transparent;
  border-right: 0.3rem solid #ececec;
  border-bottom: 0.25rem solid transparent;
  position: absolute;
  left: -0.29rem;
  z-index: 1;
}
.station-construction .station-item .elli1 {
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
.advantage-box {
  padding: 0.71rem 0 0.9rem 0;
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  -ms-overflow-style: none;
  /*IE10*/
  -khtml-user-select: none;
  /*早期浏览器*/
  user-select: none;
}
.advantage-box .advantage {
  width: 12.66rem;
  margin: 0 auto;
}
.advantage-box .advantage ul {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.2rem;
}
.advantage-box .advantage ul li {
  width: 2.6rem;
  height: 2.57rem;
  margin-right: 0.3rem;
  border-radius: 0.08rem;
  position: relative;
  overflow: hidden;
  margin-top: 0.43rem;
  transition: all 0.5s;
}
.advantage-box .advantage ul li:hover {
  margin-top: 0.3rem;
}
.advantage-box .advantage ul li:nth-child(4n) {
  margin-right: 0;
}
.advantage-box .advantage ul li .info {
  display: block;
  width: 2.6rem;
  height: 2.47rem;
  border-radius: 0.08rem;
  box-shadow: 0px 0px 4px 1px rgba(123, 149, 225, 0.28);
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 0 1.54rem;
  background-color: #f8f9fb;
  border: 0.02rem solid transparent;
}
.advantage-box .advantage ul li .info:hover {
  box-shadow: 8px 6px 4px 1px rgba(123, 149, 225, 0.28);
  transition: all 0.5s;
}
.advantage-box .advantage ul li .info .pic {
  margin: 0.4rem auto 0.25rem;
  width: 0.8rem;
  height: 0.6rem;
  overflow: hidden;
  text-align: center;
}
.advantage-box .advantage ul li .info .pic img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.advantage-box .advantage ul li .info h3 {
  text-align: center;
  font-size: 0.2rem;
  color: #333;
  font-weight: 400;
}
.advantage-box .advantage ul li .info p {
  font-size: 0.16rem;
  color: #666;
  text-align: center;
  padding: 0.16rem;
}
.location-box {
  background-color: #f8f9fb;
  padding: 0.71rem 0 0.9rem 0;
}
.location-box .location {
  width: 12.66rem;
  height: 3.75rem;
  margin: 0 auto;
  position: relative;
  margin-top: 0.6rem;
}
.location-box .location .wap {
  display: none;
}
.location-box .location .location-left {
  background: url("../images/websiteBuilding/location-left01.png");
  background-size: 100% 100%;
  width: 6.35rem;
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1;
}
.location-box .location .location-left img{
	display: none;
}
.location-box .location .location-right {
  background: url("../images/websiteBuilding/location-right.png");
  background-size: 100% 100%;
  width: calc(100% - 5.35rem);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.75rem 0.75rem 2rem 1.5rem;
}
.location-box .location .location-right .details {
  font-size: 0.16rem;
  color: #666666;
}
.location-box .location .location-right ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.location-box .location .location-right ul li {
  width: 45%;
  padding-top: 0.28rem;
  display: flex;
  align-items: center;
}
.location-box .location .location-right ul li p {
  padding-left: 0.14rem;
  font-size: 0.16rem;
  color: #666666;
}
.location-box .location .location-right ul .icon {
  width: 0.41rem;
  height: 0.41rem;
}
.location-box .location .location-right ul .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.build-box {
  padding: 0.71rem 0 0.9rem 0;
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  -ms-overflow-style: none;
  /*IE10*/
  -khtml-user-select: none;
  /*早期浏览器*/
  user-select: none;
}
.build-box .build {
  width: 12.66rem;
  margin: 0 auto;
}
.build-box .build ul {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.2rem;
}
.build-box .build ul li {
  width: calc(100% / 5);
  height: 3rem;
  border-radius: 0.08rem;
  position: relative;
  overflow: hidden;
  margin-top: 0.43rem;
}
.build-box .build ul li:hover {
  box-shadow: 0px 5px 4px 1px rgba(123, 149, 225, 0.28);
  margin-top: 0.36rem;
  transition: all 0.5s;
}
.build-box .build ul li .info {
  display: block;
  width: 100%;
  height: 2.8rem;
  border-radius: 0.08rem;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 0 1.54rem;
}
.build-box .build ul li .info .pic {
  margin: 0.4rem auto 0.25rem;
  width: 1rem;
  height: 1rem;
  overflow: hidden;
  text-align: center;
}
.build-box .build ul li .info .pic img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.build-box .build ul li .info h3 {
  text-align: center;
  font-size: 0.2rem;
  color: #333;
  font-weight: 400;
}
.build-box .build ul li .info p {
  font-size: 0.16rem;
  color: #666;
  text-align: center;
  padding: 0.16rem;
}
.service-process-box {
  padding: 0.71rem 0 0.9rem 0;
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  -ms-overflow-style: none;
  /*IE10*/
  -khtml-user-select: none;
  /*早期浏览器*/
  user-select: none;
}
.service-process-box .service-process {
  width: 12.66rem;
  margin: 0 auto;
}
.service-process-box .service-process ul {
  display: flex;
  padding-top: 0.76rem;
}
.service-process-box .service-process ul .step-box {
  text-align: center;
  padding: 0 0.7rem;
}
.service-process-box .service-process ul .step-box .imgwrop {
  width: 0.88rem;
  height: 0.88rem;
  margin: 0 auto;
}
.service-process-box .service-process ul .step-box .imgwrop img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.service-process-box .service-process ul .step-box p {
  padding-top: 0.2rem;
  font-size: 0.18rem;
  color: #333333;
}
.service-process-box .service-process ul .line-box {
  position: relative;
  padding-top: 0.4rem;
}
.service-process-box .service-process ul .line-box .line {
  width: 1.16rem;
  height: 0.02rem;
  background: rgba(0, 0, 0, 0.25);
}
.service-process-box .service-process ul .line-box .circular {
  width: 0.09rem;
  height: 0.09rem;
  border-radius: 50%;
  position: absolute;
  right: 0;
  background: rgba(0, 0, 0, 0.25);
  top: 0.37rem;
  right: -0.09rem;
}
.cooperation-box {
  background-color: #f8f9fb;
  padding: 0.71rem 0 0.9rem 0;
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  -ms-overflow-style: none;
  /*IE10*/
  -khtml-user-select: none;
  /*早期浏览器*/
  user-select: none;
}
.cooperation-box .cooperation {
  width: 12.66rem;
  margin: 0 auto;
}
.cooperation-box .cooperation ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 0.45rem;
}
.cooperation-box .cooperation ul li {
  width: 3.03rem;
  height: 1.22rem;
  margin-top: 0.2rem;
}
.cooperation-box .cooperation ul li img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.cooperation-box .cooperation ul li img:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.cooperation-box .cooperation ul a {
  display: inline-block;
}
.problem-box {
  padding: 0.71rem 0 0.9rem 0;
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  -ms-overflow-style: none;
  /*IE10*/
  -khtml-user-select: none;
  /*早期浏览器*/
  user-select: none;
}
.problem-box .problem {
  width: 12.66rem;
  margin: 0 auto;
}
.problem-box .problem ul {
  padding-top: 0.6rem;
}
.problem-box .problem ul .active {
  background: #f8f9fb;
  transition: all 0.5s;
}
.problem-box .problem ul .active .close-img img {
  transform: rotate(135deg);
  transition: all 0.5s;
}
.problem-box .problem ul li {
  padding: 0.25rem 0.47rem;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.problem-box .problem ul li .item {
  width: 90%;
}
.problem-box .problem ul li .close-img {
  width: 0.14rem;
  height: 0.14rem;
}
.problem-box .problem ul li .close-img img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.problem-box .problem ul li .problem-item-title {
  font-size: 0.18rem;
  color: #333333;
}
.problem-box .problem ul li .answer {
  font-size: 0.14rem;
  color: #999999;
  padding-top: 0.18rem;
  display: none;
}
.problem-box .problem ul li:first-child .answer {
  display: block;
}
@media screen and (max-width: 1080px) {
  .area {
    max-width: 750px;
    min-width: 260px;
    padding: 0;
  }
  .area::after {
    display: none;
  }
  .banner.pc {
    display: none;
  }
  .banner.wap {
    display: block;
    padding-top: 0.9rem;
  }
  .banner .swiper-container {
    height: 5.15rem;
  }
  .banner .swiper-pagination {
    width: 100%;
    height: 0.2rem;
    top: inherit;
    left: 0;
    bottom: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
  }
  .banner .swiper-pagination .swiper-pagination-bullet {
    margin: 0;
  }
  .in-banner {
    height: 5rem;
  }
  .in-banner.website-banner .u-text h3 {
    margin-top: 0.8rem;
    padding-left: 0.25rem;
  }
  .in-banner.website-banner .u-text p {
    width: 80%;
    padding: 0 0.25rem;
    font-size: 0.24rem;
  }
  .in-banner.website-banner .ipt-wrop {
    margin-top: 0.8rem;
    padding-left: 0.25rem;
  }
  .in-banner.website-banner .ipt-wrop button {
    font-size: 0.24rem;
  }
  .case-list ul {
    width: 100%;
  }
  .case-list ul li .item {
    width: 100%;
    text-align: center;
  }
  .case-list ul li .unit {
    padding-left: 0;
  }
  .case-list ul li p {
    padding-top: 0.05rem;
    font-size: 0.24rem;
  }
  .website-box .website-list {
    flex-wrap: wrap;
    width: 90%;
  }
  .website-box .website-list .item {
    width: 100%;
    margin-top: 0.7rem;
  }
  .website-box .website-list .item:first-child {
    margin-top: 0;
  }
  .website-box .website-list .item .item-header {
    width: 100%;
  }
  .website-box .website-list .item .item-header h3 {
    font-size: 0.3rem;
  }
  .website-box .website-list .item .item-header p {
    font-size: 0.24rem;
  }
  .website-box .website-list .item .item-header .right-icon {
    height: 0.4rem;
    line-height: 0.35rem;
    font-size: 0.24rem;
  }
  .website-box .website-list .item .item-content .content-title {
    font-size: 0.3rem;
  }
  .website-box .website-list .item .item-content .content-item-top p {
    font-size: 0.28rem;
  }
  .website-box .website-list .item .item-content .content-item .content-item-icon {
    width: 0.26rem;
    height: 0.26rem;
  }
  .website-box .website-list .item .item-content .content-item .content-item-top {
    font-size: 0.26rem;
  }
  .website-box .website-list .item .item-content .content-item-bottom {
    font-size: 0.24rem;
  }
  .website-box .understand span {
    font-size: 0.16rem;
  }
  .station-construction {
    width: 100%;
  }
  .station-construction ul {
    display: none;
  }
  .station-construction .area {
    width: 90%;
  }
  .advantage-box .advantage {
    width: 90%;
  }
  .advantage-box .advantage ul li {
    height: auto;
    overflow: initial;
    width: 45%;
    margin-right: 0;
    overflow: hidden;
  }
  .advantage-box .advantage ul li .info {
    height: auto;
    width: 100%;
    height: 100%;
  }
  .advantage-box .advantage ul li .info h3 {
    font-size: 0.3rem;
  }
  .advantage-box .advantage ul li .info p {
    font-size: 0.24rem;
  }
  .location-box .location {
    width: 90%;
    height: auto;
  }
  .location-box .location .pc {
    display: none;
  }
  .location-box .location .wap {
    display: block;
    background: url("../images/websiteBuilding/location-left.png");
    background-size: 100% 100%;
    width: 100%;
    height: 2.5rem;
    position: initial;
  }
  .location-box .location .location-right {
    width: 100%;
    position: initial;
    padding: 0.4rem 0.3rem;
  }
  .location-box .location .location-right .details {
    font-size: 0.28rem;
  }
  .location-box .location .location-right ul li {
    padding-top: 0.35rem;
  }
  .location-box .location .location-right ul li .icon {
    width: 0.6rem;
    height: 0.6rem;
  }
  .location-box .location .location-right ul li p {
    font-size: 0.24rem;
  }
  .build-box .build {
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: none;
    /* IE 10+ */
    scrollbar-width: none;
    box-sizing: border-box;
    /* Firefox */
  }
  .build-box .build::-webkit-scrollbar {
    /* Chrome Safari */
    display: none;
  }
  .build-box .build ul {
    flex-wrap: nowrap;
    width: 200%;
  }
  .build-box .build ul .item {
    height: auto;
  }
  .build-box .build ul li .info {
    height: auto;
  }
  .build-box .build ul li .info h3 {
    font-size: 0.3rem;
  }
  .build-box .build ul li .info p {
    font-size: 0.24rem;
  }
  .service-process-box .service-process {
    width: 100%;
  }
  .service-process-box .service-process ul .step-box {
    padding: 0.3rem;
  }
  .service-process-box .service-process ul .step-box p {
    font-size: 0.24rem;
  }
  .service-process-box .service-process ul li {
    width: calc(100% / 4);
  }
  .service-process-box .service-process ul li:nth-child(2n) {
    display: none;
  }
  .cooperation-box .cooperation {
    width: 90%;
  }
  .problem-box .problem {
    width: 90%;
  }
  .problem-box .problem ul li .close-img {
    width: 0.4rem;
    height: 0.4rem;
  }
  .problem-box .problem ul li .problem-item-title {
    font-size: 0.28rem;
  }
  .problem-box .problem ul li .answer {
    font-size: 0.24rem;
  }
}
